Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

Pocket Animator.h

00001 // Pocket Animator.h : main header file for the POCKET ANIMATOR application
00002 //
00003 
00004 #if !defined(AFX_POCKETANIMATOR_H__42A666F4_F21B_4664_9F61_3185F46D763E__INCLUDED_)
00005 #define AFX_POCKETANIMATOR_H__42A666F4_F21B_4664_9F61_3185F46D763E__INCLUDED_
00006 
00007 #if _MSC_VER >= 1000
00008 #pragma once
00009 #endif // _MSC_VER >= 1000
00010 
00011 #ifndef __AFXWIN_H__
00012         #error include 'stdafx.h' before including this file for PCH
00013 #endif
00014 
00015 #include "resource.h"       // main symbols
00016 
00018 // CPocketAnimatorApp:
00019 // See Pocket Animator.cpp for the implementation of this class
00020 //
00021 
00022 class CPocketAnimatorApp : public CWinApp
00023 {
00024 public:
00025         bool animate;
00026         CPocketAnimatorApp();
00027 
00028 // Overrides
00029         // ClassWizard generated virtual function overrides
00030         //{{AFX_VIRTUAL(CPocketAnimatorApp)
00031         public:
00032         virtual BOOL InitInstance();
00033         //}}AFX_VIRTUAL
00034 
00035 // Implementation
00036 
00037         //{{AFX_MSG(CPocketAnimatorApp)
00038         afx_msg void OnAppAbout();
00039         //}}AFX_MSG
00040         DECLARE_MESSAGE_MAP()
00041 };
00042 
00043 
00045 
00046 //{{AFX_INSERT_LOCATION}}
00047 // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
00048 
00049 #endif // !defined(AFX_POCKETANIMATOR_H__42A666F4_F21B_4664_9F61_3185F46D763E__INCLUDED_)

Generated at Wed Aug 29 19:58:55 2001 for Pocket Animator by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001